github.com/andybalholm/brotli.Reader.insert_copy_hgroup (field)

10 uses

	github.com/andybalholm/brotli (current package)
		decode.go#L1197: 	s.htree_command = []huffmanCode(s.insert_copy_hgroup.htrees[s.block_type_rb[3]])
		decode.go#L2375: 				if !decoderHuffmanTreeGroupInit(s, &s.insert_copy_hgroup, numCommandSymbols, numCommandSymbols, s.num_block_types[1]) {
		decode.go#L2398: 				hgroup = &s.insert_copy_hgroup
		decode.go#L2413: 				s.htree_command = []huffmanCode(s.insert_copy_hgroup.htrees[0])
		state.go#L118: 	insert_copy_hgroup          huffmanTreeGroup
		state.go#L217: 	s.insert_copy_hgroup.codes = nil
		state.go#L218: 	s.insert_copy_hgroup.htrees = nil
		state.go#L271: 	s.insert_copy_hgroup.codes = nil
		state.go#L272: 	s.insert_copy_hgroup.htrees = nil
		state.go#L282: 	s.insert_copy_hgroup.htrees = nil